You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > BinaryXOr Method > MatrixInt.BinaryXOr Method ([In] TMtxVecInt, [In] TMtxVecInt)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.BinaryXOr Method ([In] TMtxVecInt, [In] TMtxVecInt)

Apply binary "xor" between coresponding elements in Src1 and Src2.

Syntax
C#
Visual Basic
public TMtxVecInt BinaryXOr([In] TMtxVecInt Src1, [In] TMtxVecInt Src2);

the result of binary "xor" of Src1 values with coresponding Src2 values stored in the calling object.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!